home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / Networking / SANA-II / slip_src / slip0.config < prev    next >
Encoding:
Text File  |  1994-02-17  |  1.8 KB  |  45 lines

  1. #
  2. # This file is the configuration file for the SANA-II slip
  3. # driver.  It only contains one config line (aside from
  4. # the comments).  The format of the line (in ReadArgs()
  5. # style) is:
  6. #
  7. # SERNAME/A,SERUNIT/A/N,SERBAUD/A/N,IPSTR/A,CD=CARRIERDETECT/S,7WIRE/S,
  8. #    COMP/S,AUTO/S,MTU/K/N,SERBUF/K/N,USEODU/S
  9. #
  10. # SERNAME - The name of the serial device to use.
  11. #
  12. # SERUNIT - The unit number for the serial device.
  13. #
  14. # SERBAUD - The baud rate to use with the serial device.
  15. #
  16. # IPSTR      - The IP address of the SLIP Device
  17. #
  18. # CD=CARRIERDETECT - If specified, causes the slip.device to pay attention
  19. #                    to the status of the carrier detect line.  If this isn't
  20. #             specified, slip.device ignores the CD signal.
  21. #
  22. # 7WIRE   - If specified, causes slip.device to use seven wire handshaking
  23. #        with the modem (strongly recommended for high baud rates).
  24. #
  25. # COMP    - If specified, causes slip.device to turn header compression on.
  26. #
  27. # AUTO    - If specified, causes slip.device to turn on compression after
  28. #        receiving a compressed packet.  This is useful if you are using
  29. #        slip.device on a server that needs to support both SLIP and CSLIP.
  30. #        Note: This option overrides the COMP option.
  31. #
  32. #        Also, each time slip.device goes online, compression will be
  33. #        turned off until a compressed packet is received.
  34. #
  35. # MTU      - If specified, allows you to override the MTU setting of the slip
  36. #        driver for this unit.  This is useful if you have a slow
  37. #        link and do interactive sessions while doing file transfers.
  38. #        A good starting value is 256.  Default is 1006.
  39. #
  40. # SERBUF  - Override the default value of 16Kb for the serial device recieve
  41. #        buffer size.
  42. #
  43. # USEODU  - Use OwnDevUnit.library for arbitrating for serial port access.
  44. serial.device 0 38400 135.7.20.2 CD 7WIRE COMP MTU=512
  45.